Blazor | ComponentOne
C1.Blazor.ListView Assembly / C1.Blazor.ListView Namespace / ListViewVirtualStackPanel<TItem> Class / InheritProperties Property

In This Topic
    InheritProperties Property (ListViewVirtualStackPanel<TItem>)
    In This Topic
    Gets or sets whether the general purpose properties like foreground or fonts are inherited to the children automatically.
    Syntax
    'Declaration
     
    
    Public Property InheritProperties As Boolean
    public bool InheritProperties {get; set;}
    See Also